home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / StopWatch / Source / Makefile < prev    next >
Encoding:
Makefile  |  1994-02-01  |  1.7 KB  |  61 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Stopwatch
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = StopWatch.tiff
  16. LOCAL_RESOURCES = ClientInspector.nib ExpenseEditor.nib infoPanel.nib\
  17.                   Preferences.nib SessionEditor.nib Stopwatch.nib Help
  18.  
  19. GLOBAL_RESOURCES = DetailTemplate.rtf ExpenseTemplate.rtf\
  20.                    InvoiceTemplate.rtf
  21.  
  22. CLASSES = AppIconView.m BrowserViewMgr.m ClientInfo.m ClientInspector.m\
  23.           ClientViewMgr.m ColCell.m Controller.m Expense.m\
  24.           ExpenseEditor.m ExpenseViewMgr.m InfoPanel.m Invoice.m\
  25.           Preferences.m Session.m SessionEditor.m SessionViewMgr.m\
  26.           SortList.m StopWatch.m ViewMgr.m
  27.  
  28. HFILES = AppIconView.h BrowserViewMgr.h ClientInfo.h ClientInspector.h\
  29.          ClientViewMgr.h ColCell.h ColCellData.h Controller.h\
  30.          createPath.h Expense.h ExpenseEditor.h ExpenseViewMgr.h\
  31.          InfoPanel.h Invoice.h Preferences.h Session.h SessionEditor.h\
  32.          SessionViewMgr.h SortList.h StopWatch.h ViewMgr.h
  33.  
  34. MFILES = Stopwatch_main.m
  35.  
  36. CFILES = createPath.c
  37.  
  38. OTHERSRCS = Makefile
  39.  
  40.  
  41. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  42. MAKEFILE = app.make
  43. INSTALLDIR = $(HOME)/Apps
  44. INSTALLFLAGS = -c -s -m 755
  45. SOURCEMODE = 444
  46.  
  47. ICONSECTIONS =    -sectcreate __ICON app StopWatch.tiff
  48.  
  49. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  50. DEBUG_LIBS = $(LIBS)
  51. PROF_LIBS = $(LIBS)
  52.  
  53.  
  54. -include Makefile.preamble
  55.  
  56. include $(MAKEFILEDIR)/$(MAKEFILE)
  57.  
  58. -include Makefile.postamble
  59.  
  60. -include Makefile.dependencies
  61.